home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2006 February
/
PCWFEB06.iso
/
Software
/
Resources
/
Picasa 2.1
/
picasa2-current.exe
/
web
/
index.tpl
< prev
next >
Wrap
Text File
|
2005-05-31
|
2KB
|
46 lines
#templatefile -v "1.0" -n "XML Code" -d "Raw XML-formatted text for further translation."
# pound sign is a comment character
#
# lines that begin with "include" point to a file to be included at this point
# lines that begin with "loop" repeat the specified file once per image
# if loop or include files begin with "#templatefile" then that templatefile
# is processed in its entirety. In this way you can create
# file-per-image exports.
#
# The special "targetloop tplfile templatefile" command loops over each image,
# interpreting tplfile for each one. A sequence number is appended to the export filename
# specified in tplfile. After the tplfiles have been exported, templatefile is included once per
# exported file, with "<%target%>" defined as the relative path of the exported file.
#
# The "copy" command copies the indicated path or directory to the export directory.
# Examples:
# copy everything from the "assets\" directory at the same level as the template into the output dir
# copy assets\
#
# copy a single file to the output dir
# copy c:\foo\bar.html
#
# copy can also have a destination, so
# copy assets\ images\static\
# will create the directory "images\static\" in the output directory if necessary, then copy
# the contents of assets\ to it
# variables are substituted at inclusion time
####
# To override the values for width and height that the user has entered in the
# web export wizard, uncomment the imageWidth and imageHeight lines below
# define imageWidth 600
# define imageHeight 600
####
define thumbnailWidth 80
define thumbnailHeight 80
define exportFileName index.xml
include header.xml
include imagelistheader.xml
# the file indicated by the "loop" argument is processed once per image.
loop imagelistelement.xml
include imagelistfooter.xml
include footer.xml